home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / BSPHERE.PI < prev    next >
Encoding:
Text File  |  1992-02-01  |  916 b   |  41 lines

  1. # Generic Polyray input File
  2. # Polyray input file: Alexander Enzmann
  3. # Time on 20Mhz 286/ 10Mhz 287: 1 setup, 52 tracing
  4.  
  5. # Set up the camera
  6. viewpoint {
  7.    from <7,10,-10>
  8.    at <0,0,2>
  9.    up <0,1,0>
  10.    angle 45
  11.    hither 1
  12.    resolution 160, 160
  13.    }
  14.  
  15. background sky_blue
  16. light <-10,10, -20>
  17. light < 10,10, -20>
  18.  
  19. bounding_slab <1, 0, 0>
  20. bounding_slab <0, 1, 0>
  21. bounding_slab <0, 0, 1>
  22.  
  23. define shiny_red
  24. texture {
  25.    surface {
  26.       ambient red, 0.2
  27.       diffuse red, 0.8
  28.       specular white, 0.7
  29.       microfacet Reitz 10
  30.       }
  31.    }
  32.  
  33. object { sphere <-2,-2, 0>, 1 shiny_red }
  34. object { sphere <-2,-2, 4>, 1 shiny_red }
  35. object { sphere <-2, 2, 0>, 1 shiny_red }
  36. object { sphere <-2, 2, 4>, 1 shiny_red }
  37. object { sphere < 2,-2, 0>, 1 shiny_red }
  38. object { sphere < 2,-2, 4>, 1 shiny_red }
  39. object { sphere < 2, 2, 0>, 1 shiny_red }
  40. object { sphere < 2, 2, 4>, 1 shiny_red }
  41.